Welcome![Sign In][Sign Up]
Location:
Search - matlab p

Search list

[matlabDijkstra 算法matlab程序

Description:

Dijkstra 算法matlab程序


Platform: | Size: 716 | Author: rossi007 | Hits:

[matlab用MATLAB实现的不合格品率P控制图的绘制

Description: 用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入data.txt文件,然后在MATLAB中运行main.m文件即可打开绘图界面。(注意:路径要设置好)-the failure rate of P Commodities Control Map, as long as the data into data.txt documents, then in MATLAB run main.m document can be open graphics interface. (Note : To set a good path)
Platform: | Size: 5263 | Author: 禹心 | Hits:

[Other resourceG-P

Description: G-P算法程序,用matlab编写,希望能共享,同时我也想下载一些源码,因为是新手,希望多多支持!谢谢!-G-P algorithm procedures, using Matlab prepared hope sharing, I also want to download the source code, as a greenhorn, hoping for their support! Thank you!
Platform: | Size: 1169 | Author: 梁桂兰 | Hits:

[Other resourceB.P.Lathi-Matlab

Description: matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上,此外还有许多其他专门设计的类(Class),如符号类、内联函数类、控制工具包中的线性时不变模型类、神经网络类等。就程序设计而言,MATLAB 6.x版采用了面向对象编程技术。数据和编程的改变使用户能更简捷而自然地解决复杂的计算问题(如符号计算问题、多变量控制系统问题、神经网络问题)。本章内容根据MATLAB6.5编写,但绝大部分内容适用于其他MATLAB6.x版本。-Matlab routines MATLAB 6.x version of the built-in data types (Built-in da ta type) have more than five, in addition to many other specialized design category (Class). If symbol, which together function category, tool kits control the linear time-invariant model type, neural network type. On the design process, using MATLAB 6.x version of the object-oriented programming technology. Programming and data changes so that users can more simple and natural solution to the complex calculation (as symbolic computation, multivariable control systems, neural networks). According to the contents of this chapter MATLAB6.5 preparation, But most of what applies to other MATLAB6.x version.
Platform: | Size: 18102 | Author: fan | Hits:

[Special Effectsp-c-a

Description: 用于图像识别和特征提取时的主成分分析程序,采用Matlab编写。-for image recognition and feature extraction of principal component analysis procedures, the preparation of Matlab.
Platform: | Size: 7378 | Author: 张大鹏 | Hits:

[Other resourceP

Description: 这里面介绍了很多关与先进PID控制及其MATLAB仿真
Platform: | Size: 37429192 | Author: 孙彩凤 | Hits:

[Other resourcep-5

Description: 这是在MATLAB上GPS的仿真程序,对初学者很有帮助
Platform: | Size: 1778 | Author: 杜伟 | Hits:

[AI-NN-PR抗积分饱和PID控制算法及仿真

Description:

防止系统产生超调……


Platform: | Size: 738 | Author: wuli9tracy | Hits:

[Mathimatics-Numerical algorithmsmatlab经典算法

Description:

matlab经典算法集合


Platform: | Size: 649316 | Author: zfjhy123 | Hits:

[Mathimatics-Numerical algorithms遗传工具箱设菲尔德

Description:

英国设菲尔德大学开发的遗传算法工具箱以及雷英杰老师编写的__matlab遗传算法工具箱及其应用


Platform: | Size: 269076 | Author: saul1234 | Hits:

[matlab自适应滤波的MATLAB实现

Description:

介绍自适应LMS和RLS以及自适应均衡、陷波的源程序。希望对大家有用。


Platform: | Size: 36864 | Author: wangshuancheng | Hits:

[matlabDVB-T 2K Transmission

Description:

%DVB-T 2K Transmission
%The available bandwidth is 8 MHz
%2K is intended for mobile services

基于ofdm的DVB-T 2K 的matlab程序,很经典哦


Platform: | Size: 1153 | Author: bingdao89 | Hits:

[Program doc精通MATLAB综合辅导与指南(西安交通大学,Doc版)

Description:

精通MATLAB综合辅导与指南(西安交通大学,Doc版)


Platform: | Size: 623399 | Author: ga62012 | Hits:

[matlabMATLAB实现手写数字识别

Description:

基于MATLAB实现简单的手写数字(0-9)的识别程序。属于模式识别内容


Platform: | Size: 427836 | Author: huage007 | Hits:

[matlab多目标跟踪的Matlab程序

Description:

多目标跟踪的Matlab程序


Platform: | Size: 79271 | Author: ty_duck | Hits:

[Graph program计算差分盒维数的matlab程序

Description:

可以计算差分盒维数的matlab程序,学习分形的可供下载


Platform: | Size: 1783 | Author: wxusong98 | Hits:

[matlabMatlab 牛顿插值法

Description:

x=a:(b-a)/n:b; %插值节点
y=f(x);
plot(x,y,'b') %用蓝色线作被插函数图象
hold on
z=a:(b-a)/(2*n):b;
n=length(x);
for j=2:n
for i=n:-1:j
y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商
end
end
u=y(n);
m=length(z);
for j=1:m
for i=n-1:-1:1
u=y(i)+u*(z(j)-x(i)); %计算牛顿插值多项式的值
v(j)=u;
end
u=y(n);
end
plot(z,v,'r') %用红色线作牛顿插值多项式图象
hold off


Platform: | Size: 378 | Author: xie3256035 | Hits:

[source in ebookQPSK通过瑞利信道的MATLAB仿真

Description:

QPSK通过瑞利信道的MATLAB仿真,测试能成功

 


Platform: | Size: 3639 | Author: wsfwr1986 | Hits:

[matlabMATLAB图像伸缩变化

Description:

用MATLAB编写的图像伸缩算法。可以拉伸或压缩图像。


Platform: | Size: 1653090 | Author: dyubo2005 | Hits:

[matlabMATLAB图像配准程序

Description:

MATLAB图像配准程序


Platform: | Size: 37595 | Author: rayrui1002 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net